Skip to content

查询用户服务可用信息

在商户生成乘车码前,商户请求查询用户服务可用信息接口,查询用户服务可用信息,通过用户服务可用信息中的服务可用状态,来判断是否可以正常使用公共出行代扣服务

js
wxpay
.
v3
.
qrcode
.
userServices
.
contractId
.
_contract_id_
.
get
({
contract_id
,
params
,
}) .
then
(
({
data
: {
contract_id
,
user_service_state
,
block_reason
,
}, }) => ({
contract_id
,
user_service_state
,
block_reason
,
}) )

Released under the MIT License. (SITEMAP)